projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02b8169
)
Don't pass version to [ce]tags.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 8 May 1994 20:32:12 +0000
(20:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 8 May 1994 20:32:12 +0000
(20:32 +0000)
msdos/sed3.inp
patch
|
blob
|
history
diff --git
a/msdos/sed3.inp
b/msdos/sed3.inp
index 966e95098298185a4e15a03234caa1ed6e87d1cd..36ac66a05c7730d45164eda1adb7535ba5d4c2c3 100644
(file)
--- a/
msdos/sed3.inp
+++ b/
msdos/sed3.inp
@@
-4,7
+4,9
@@
/^# DIST: /d
/^SHELL *=/s/^/# /
/^CC *=/s/=.*$/=gcc/
-/-DVERSION=/s/"\\"\${version}\\""/\\"${version}\\"/
+# Actually, here we should patch in the exact version number, but only
+# [ce]tags uses it. Don't pass it. This is more update-resistant.
+/-DVERSION=/s/-DVERSION="\\"\${version}\\""//
/^configname *=/s/=.*$/=msdos/
/^archlibdir *=/s!=.*$!=/emacs/bin!
/^bindir *=/s!=.*$!=/emacs/bin!